/ Assembly List / LJCNetCommon / NetString / ArgError

Namespace - LJCNetCommon


Parameters
message - The message text.
argument - The argument value.
name - The argument name.
errorContext - The error message context.

Syntax

C#
public static Void ArgError(String& message, Object argument, String name = null, String errorContext = null)

Adds the missing argument name to the message.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.